﻿2026-06-15T12:27:16.2319546Z ##[group]Run set -euo pipefail
2026-06-15T12:27:16.2319889Z [36;1mset -euo pipefail[0m
2026-06-15T12:27:16.2320100Z [36;1mPIN=0c95435[0m
2026-06-15T12:27:16.2320309Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T12:27:16.2320557Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T12:27:16.2320890Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T12:27:16.2321302Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T12:27:16.2321730Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T12:27:16.2322070Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T12:27:16.2322314Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T12:27:16.2322571Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T12:27:16.2322905Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T12:27:16.2323234Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T12:27:16.2323495Z [36;1mfi[0m
2026-06-15T12:27:16.2323767Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T12:27:16.2337654Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T12:27:16.2337947Z env:
2026-06-15T12:27:16.2338152Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T12:27:16.2338377Z ##[endgroup]
2026-06-15T12:27:16.8930820Z    Compiling proc-macro2 v1.0.106
2026-06-15T12:27:16.8931378Z    Compiling quote v1.0.45
2026-06-15T12:27:16.8931731Z    Compiling unicode-ident v1.0.24
2026-06-15T12:27:16.8932065Z    Compiling libc v0.2.186
2026-06-15T12:27:16.8932384Z    Compiling serde_core v1.0.228
2026-06-15T12:27:16.8933550Z    Compiling cfg-if v1.0.4
2026-06-15T12:27:16.8933893Z    Compiling serde v1.0.228
2026-06-15T12:27:16.8984681Z    Compiling log v0.4.32
2026-06-15T12:27:16.9031473Z    Compiling pin-project-lite v0.2.17
2026-06-15T12:27:16.9050782Z    Compiling typenum v1.20.1
2026-06-15T12:27:16.9095042Z    Compiling portable-atomic v1.13.1
2026-06-15T12:27:16.9132392Z    Compiling version_check v0.9.5
2026-06-15T12:27:16.9177218Z    Compiling memchr v2.8.1
2026-06-15T12:27:16.9178149Z    Compiling critical-section v1.2.0
2026-06-15T12:27:16.9258770Z    Compiling shlex v2.0.1
2026-06-15T12:27:16.9459922Z    Compiling find-msvc-tools v0.1.9
2026-06-15T12:27:16.9961369Z    Compiling bytes v1.11.1
2026-06-15T12:27:17.0021270Z    Compiling futures-core v0.3.32
2026-06-15T12:27:17.0510244Z    Compiling subtle v2.6.1
2026-06-15T12:27:17.1400107Z    Compiling equivalent v1.0.2
2026-06-15T12:27:17.1541334Z    Compiling smallvec v1.15.1
2026-06-15T12:27:17.1551476Z    Compiling itoa v1.0.18
2026-06-15T12:27:17.1859795Z    Compiling semver v1.0.28
2026-06-15T12:27:17.2256561Z    Compiling stable_deref_trait v1.2.1
2026-06-15T12:27:17.2257948Z    Compiling futures-io v0.3.32
2026-06-15T12:27:17.2730680Z    Compiling slab v0.4.12
2026-06-15T12:27:17.2840112Z    Compiling generic-array v0.14.7
2026-06-15T12:27:17.3002358Z    Compiling futures-sink v0.3.32
2026-06-15T12:27:17.3190663Z    Compiling futures-task v0.3.32
2026-06-15T12:27:17.3953255Z    Compiling hashbrown v0.17.1
2026-06-15T12:27:17.4051145Z    Compiling rustversion v1.0.22
2026-06-15T12:27:17.4291636Z    Compiling futures-channel v0.3.32
2026-06-15T12:27:17.4376243Z    Compiling bitflags v2.12.1
2026-06-15T12:27:17.5061480Z    Compiling rustc_version v0.4.1
2026-06-15T12:27:17.5184938Z    Compiling cpufeatures v0.2.17
2026-06-15T12:27:17.5252696Z    Compiling fnv v1.0.7
2026-06-15T12:27:17.5510625Z    Compiling strsim v0.11.1
2026-06-15T12:27:17.6162825Z    Compiling rand_core v0.10.1
2026-06-15T12:27:17.6201548Z    Compiling cfg_aliases v0.2.1
2026-06-15T12:27:17.6470600Z    Compiling writeable v0.6.3
2026-06-15T12:27:17.7161329Z    Compiling litemap v0.8.2
2026-06-15T12:27:17.7230233Z    Compiling icu_properties_data v2.2.0
2026-06-15T12:27:17.7240072Z    Compiling dunce v1.0.5
2026-06-15T12:27:17.7605407Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T12:27:17.8321478Z    Compiling utf8_iter v1.0.4
2026-06-15T12:27:17.8390299Z    Compiling getrandom v0.4.2
2026-06-15T12:27:17.8919729Z    Compiling ident_case v1.0.1
2026-06-15T12:27:17.9036014Z    Compiling fs_extra v1.3.0
2026-06-15T12:27:17.9613717Z    Compiling autocfg v1.5.1
2026-06-15T12:27:18.0010660Z    Compiling percent-encoding v2.3.2
2026-06-15T12:27:18.0190171Z    Compiling http v1.4.1
2026-06-15T12:27:18.0633101Z    Compiling thiserror v2.0.18
2026-06-15T12:27:18.2104859Z    Compiling indexmap v2.14.0
2026-06-15T12:27:18.2241086Z    Compiling aws-lc-rs v1.17.0
2026-06-15T12:27:18.2307616Z    Compiling unicode-segmentation v1.13.3
2026-06-15T12:27:18.2310163Z    Compiling cpufeatures v0.3.0
2026-06-15T12:27:18.2520505Z    Compiling syn v2.0.117
2026-06-15T12:27:18.2637407Z    Compiling scopeguard v1.2.0
2026-06-15T12:27:18.3141295Z    Compiling chacha20 v0.10.0
2026-06-15T12:27:18.3246024Z    Compiling form_urlencoded v1.2.2
2026-06-15T12:27:18.3330532Z    Compiling untrusted v0.9.0
2026-06-15T12:27:18.4074196Z    Compiling lock_api v0.4.14
2026-06-15T12:27:18.4290960Z    Compiling rustls v0.23.40
2026-06-15T12:27:18.4360225Z    Compiling heck v0.5.0
2026-06-15T12:27:18.4956341Z    Compiling atomic-waker v1.1.2
2026-06-15T12:27:18.5260815Z    Compiling const-oid v0.10.2
2026-06-15T12:27:18.5335010Z    Compiling unicode-xid v0.2.6
2026-06-15T12:27:18.5560938Z    Compiling anyhow v1.0.102
2026-06-15T12:27:18.6020836Z    Compiling zerocopy v0.8.50
2026-06-15T12:27:18.6413744Z    Compiling httparse v1.10.1
2026-06-15T12:27:18.6680095Z    Compiling jobserver v0.1.34
2026-06-15T12:27:18.7070327Z    Compiling paste v1.0.15
2026-06-15T12:27:18.7224731Z    Compiling parking_lot_core v0.9.12
2026-06-15T12:27:18.7390734Z    Compiling num-traits v0.2.19
2026-06-15T12:27:18.7569053Z    Compiling hybrid-array v0.4.12
2026-06-15T12:27:18.7710533Z    Compiling curve25519-dalek v4.1.3
2026-06-15T12:27:18.8724076Z    Compiling convert_case v0.10.0
2026-06-15T12:27:18.9319425Z    Compiling ahash v0.8.12
2026-06-15T12:27:18.9910827Z    Compiling base64ct v1.8.3
2026-06-15T12:27:19.0011078Z    Compiling cc v1.2.63
2026-06-15T12:27:19.0060534Z    Compiling fastrand v2.4.1
2026-06-15T12:27:19.0367368Z    Compiling either v1.16.0
2026-06-15T12:27:19.0615302Z    Compiling powerfmt v0.2.0
2026-06-15T12:27:19.2322253Z    Compiling deranged v0.5.8
2026-06-15T12:27:19.2850051Z    Compiling crypto-common v0.1.7
2026-06-15T12:27:19.2980976Z    Compiling block-buffer v0.10.4
2026-06-15T12:27:19.3231156Z    Compiling http-body v1.0.1
2026-06-15T12:27:19.3274254Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T12:27:19.4340605Z    Compiling mio v1.2.1
2026-06-15T12:27:19.4510688Z    Compiling socket2 v0.6.4
2026-06-15T12:27:19.4580920Z    Compiling getrandom v0.2.17
2026-06-15T12:27:19.5530845Z    Compiling digest v0.10.7
2026-06-15T12:27:19.6110836Z    Compiling rand_core v0.6.4
2026-06-15T12:27:19.6708804Z    Compiling rand v0.10.1
2026-06-15T12:27:19.7271376Z    Compiling num-conv v0.2.2
2026-06-15T12:27:19.8075461Z    Compiling base64 v0.22.1
2026-06-15T12:27:19.8330726Z    Compiling tower-service v0.3.3
2026-06-15T12:27:19.8478725Z    Compiling time-core v0.1.8
2026-06-15T12:27:19.8601830Z    Compiling data-encoding v2.11.0
2026-06-15T12:27:19.8870636Z    Compiling zmij v1.0.21
2026-06-15T12:27:19.8949413Z    Compiling try-lock v0.2.5
2026-06-15T12:27:19.8968157Z    Compiling vcpkg v0.2.15
2026-06-15T12:27:19.9110851Z    Compiling pkg-config v0.3.33
2026-06-15T12:27:19.9521362Z    Compiling tinyvec_macros v0.1.1
2026-06-15T12:27:19.9842758Z    Compiling want v0.3.1
2026-06-15T12:27:20.0270746Z    Compiling tinyvec v1.11.0
2026-06-15T12:27:20.0340340Z    Compiling sha2 v0.10.9
2026-06-15T12:27:20.1950732Z    Compiling parking_lot v0.12.5
2026-06-15T12:27:20.2902931Z    Compiling block-buffer v0.12.0
2026-06-15T12:27:20.3023552Z    Compiling crypto-common v0.2.2
2026-06-15T12:27:20.3120597Z    Compiling inout v0.1.4
2026-06-15T12:27:20.4461281Z    Compiling cmake v0.1.58
2026-06-15T12:27:20.4631004Z    Compiling vergen-lib v9.1.0
2026-06-15T12:27:20.5262902Z    Compiling n0-future v0.3.2
2026-06-15T12:27:20.6012004Z    Compiling cordyceps v0.3.4
2026-06-15T12:27:20.6480775Z    Compiling crossbeam-utils v0.8.21
2026-06-15T12:27:20.6592367Z    Compiling parking v2.2.1
2026-06-15T12:27:20.6834371Z    Compiling diatomic-waker v0.2.3
2026-06-15T12:27:20.6960026Z    Compiling httpdate v1.0.3
2026-06-15T12:27:20.7635827Z    Compiling signature v2.2.0
2026-06-15T12:27:20.7750836Z    Compiling winnow v1.0.3
2026-06-15T12:27:20.8061149Z    Compiling serde_json v1.0.150
2026-06-15T12:27:20.8140958Z    Compiling spin v0.10.0
2026-06-15T12:27:20.8317025Z    Compiling futures-lite v2.6.1
2026-06-15T12:27:20.8740793Z    Compiling ed25519 v2.2.3
2026-06-15T12:27:20.9078711Z    Compiling cipher v0.4.4
2026-06-15T12:27:20.9531123Z    Compiling netlink-packet-core v0.8.1
2026-06-15T12:27:20.9920727Z    Compiling futures-buffered v0.2.13
2026-06-15T12:27:20.9998290Z    Compiling universal-hash v0.5.1
2026-06-15T12:27:21.0041246Z    Compiling vergen-lib v0.1.6
2026-06-15T12:27:21.0633544Z    Compiling vergen v9.1.0
2026-06-15T12:27:21.1152891Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T12:27:21.1276875Z    Compiling heapless v0.7.17
2026-06-15T12:27:21.1300809Z    Compiling noq-udp v0.10.0
2026-06-15T12:27:21.1512196Z    Compiling sync_wrapper v1.0.2
2026-06-15T12:27:21.1900820Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T12:27:21.2099677Z    Compiling byteorder v1.5.0
2026-06-15T12:27:21.2460519Z    Compiling allocator-api2 v0.2.21
2026-06-15T12:27:21.2581654Z    Compiling opaque-debug v0.3.1
2026-06-15T12:27:21.3104034Z    Compiling digest v0.11.3
2026-06-15T12:27:21.3111044Z    Compiling aws-lc-sys v0.41.0
2026-06-15T12:27:21.3263735Z    Compiling ring v0.17.14
2026-06-15T12:27:21.3425563Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T12:27:21.4220290Z    Compiling polyval v0.6.2
2026-06-15T12:27:21.4730632Z    Compiling hash32 v0.2.1
2026-06-15T12:27:21.5410322Z    Compiling spin v0.9.8
2026-06-15T12:27:21.5760520Z    Compiling vergen-gitcl v1.0.8
2026-06-15T12:27:21.5936554Z    Compiling fallible-iterator v0.3.0
2026-06-15T12:27:21.6584583Z    Compiling num_threads v0.1.7
2026-06-15T12:27:21.7480716Z    Compiling tower-layer v0.3.3
2026-06-15T12:27:21.7615276Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T12:27:21.7821512Z    Compiling ryu v1.0.23
2026-06-15T12:27:21.8063658Z    Compiling signature v3.0.0
2026-06-15T12:27:21.8710581Z    Compiling time v0.3.47
2026-06-15T12:27:21.9140695Z    Compiling ghash v0.5.1
2026-06-15T12:27:21.9150074Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T12:27:21.9381575Z    Compiling ctr v0.9.2
2026-06-15T12:27:21.9571934Z    Compiling aes v0.8.4
2026-06-15T12:27:22.0093198Z    Compiling http-body-util v0.1.3
2026-06-15T12:27:22.0203385Z    Compiling aead v0.5.2
2026-06-15T12:27:22.0839317Z    Compiling openssl-probe v0.2.1
2026-06-15T12:27:22.1291929Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T12:27:22.1620887Z    Compiling crossbeam-channel v0.5.15
2026-06-15T12:27:22.2940470Z    Compiling netlink-packet-route v0.29.0
2026-06-15T12:27:22.3220569Z    Compiling blake3 v1.8.5
2026-06-15T12:27:22.3750625Z    Compiling uuid v1.23.2
2026-06-15T12:27:22.5530433Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T12:27:22.5614179Z    Compiling aes-gcm v0.10.3
2026-06-15T12:27:22.5960417Z    Compiling memoffset v0.6.5
2026-06-15T12:27:22.6150759Z    Compiling acto v0.8.2
2026-06-15T12:27:22.7831450Z    Compiling noq v0.18.0
2026-06-15T12:27:22.7882716Z    Compiling netwatch v0.16.0
2026-06-15T12:27:22.7889737Z    Compiling foldhash v0.2.0
2026-06-15T12:27:22.8467010Z    Compiling ref-cast v1.0.25
2026-06-15T12:27:22.8990894Z    Compiling thiserror v1.0.69
2026-06-15T12:27:22.9730990Z    Compiling rustc-hash v2.1.2
2026-06-15T12:27:22.9833119Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T12:27:23.0370631Z    Compiling xml-rs v0.8.28
2026-06-15T12:27:23.0843955Z    Compiling mac-addr v0.3.0
2026-06-15T12:27:23.0947833Z    Compiling rustix v1.1.4
2026-06-15T12:27:23.1523449Z    Compiling tagptr v0.2.0
2026-06-15T12:27:23.1680996Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T12:27:23.1930630Z    Compiling lru-slab v0.1.2
2026-06-15T12:27:23.2917904Z    Compiling identity-hash v0.1.0
2026-06-15T12:27:23.3820984Z    Compiling hashbrown v0.16.1
2026-06-15T12:27:23.4340665Z    Compiling netlink-packet-route v0.30.0
2026-06-15T12:27:23.4547312Z    Compiling synstructure v0.13.2
2026-06-15T12:27:23.4660861Z    Compiling darling_core v0.20.11
2026-06-15T12:27:23.5190865Z    Compiling serde_derive_internals v0.29.1
2026-06-15T12:27:24.0196480Z    Compiling proc-macro-crate v3.5.0
2026-06-15T12:27:24.1782263Z    Compiling xmltree v0.10.3
2026-06-15T12:27:24.1861813Z    Compiling errno v0.3.14
2026-06-15T12:27:24.1949738Z    Compiling serial-core v0.4.0
2026-06-15T12:27:24.2334191Z    Compiling termios v0.2.2
2026-06-15T12:27:24.2452852Z    Compiling ioctl-rs v0.1.6
2026-06-15T12:27:24.3350692Z    Compiling aho-corasick v1.1.4
2026-06-15T12:27:24.3543269Z    Compiling simple-dns v0.9.3
2026-06-15T12:27:24.3696947Z    Compiling regex-syntax v0.8.10
2026-06-15T12:27:24.3894224Z    Compiling smol_str v0.1.24
2026-06-15T12:27:24.4025344Z    Compiling signal-hook v0.3.18
2026-06-15T12:27:24.5510640Z    Compiling linux-raw-sys v0.12.1
2026-06-15T12:27:24.5820453Z    Compiling winnow v0.7.15
2026-06-15T12:27:24.6067779Z    Compiling sha1_smol v1.0.1
2026-06-15T12:27:24.6225750Z    Compiling resolv-conf v0.7.6
2026-06-15T12:27:24.6633550Z    Compiling constant_time_eq v0.4.2
2026-06-15T12:27:24.7433191Z    Compiling arrayref v0.3.9
2026-06-15T12:27:24.7930689Z    Compiling toml_write v0.1.2
2026-06-15T12:27:24.8337964Z    Compiling simdutf8 v0.1.5
2026-06-15T12:27:24.8720719Z    Compiling arrayvec v0.7.6
2026-06-15T12:27:25.0710936Z    Compiling serial-unix v0.4.0
2026-06-15T12:27:25.1240672Z    Compiling signal-hook-registry v1.4.8
2026-06-15T12:27:25.1680334Z    Compiling lru v0.16.4
2026-06-15T12:27:25.3276456Z    Compiling darling_core v0.23.0
2026-06-15T12:27:25.3517881Z    Compiling serde_bytes v0.11.19
2026-06-15T12:27:25.3976955Z    Compiling serde_derive v1.0.228
2026-06-15T12:27:25.4607944Z    Compiling zeroize_derive v1.4.3
2026-06-15T12:27:25.5990718Z    Compiling tokio-macros v2.7.0
2026-06-15T12:27:25.8831785Z    Compiling futures-macro v0.3.32
2026-06-15T12:27:26.0472240Z    Compiling zeroize v1.8.2
2026-06-15T12:27:26.2406634Z    Compiling zerofrom-derive v0.1.7
2026-06-15T12:27:26.3331912Z    Compiling tokio v1.52.3
2026-06-15T12:27:26.8085888Z    Compiling futures-util v0.3.32
2026-06-15T12:27:26.8090018Z    Compiling yoke-derive v0.8.2
2026-06-15T12:27:27.1200793Z    Compiling zerovec-derive v0.11.3
2026-06-15T12:27:27.1312401Z    Compiling displaydoc v0.2.6
2026-06-15T12:27:27.7140763Z    Compiling zerofrom v0.1.8
2026-06-15T12:27:27.8248451Z    Compiling tracing-attributes v0.1.31
2026-06-15T12:27:27.8380857Z    Compiling rustls-pki-types v1.14.1
2026-06-15T12:27:27.9681686Z    Compiling thiserror-impl v2.0.18
2026-06-15T12:27:28.0705370Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T12:27:28.0767891Z    Compiling yoke v0.8.3
2026-06-15T12:27:28.3260592Z    Compiling zerotrie v0.2.4
2026-06-15T12:27:28.6390482Z    Compiling zerovec v0.11.6
2026-06-15T12:27:28.6419725Z    Compiling darling_macro v0.20.11
2026-06-15T12:27:28.7390536Z    Compiling derive_more-impl v2.1.1
2026-06-15T12:27:28.7830995Z    Compiling spez v0.1.2
2026-06-15T12:27:28.7903086Z    Compiling n0-error-macros v0.1.3
2026-06-15T12:27:28.9900783Z    Compiling darling v0.20.11
2026-06-15T12:27:29.0530544Z    Compiling derive_builder_core v0.20.2
2026-06-15T12:27:29.2341421Z    Compiling der v0.8.0-rc.10
2026-06-15T12:27:29.4551313Z    Compiling tinystr v0.8.3
2026-06-15T12:27:29.5456665Z    Compiling potential_utf v0.1.5
2026-06-15T12:27:29.6862984Z    Compiling icu_locale_core v2.2.0
2026-06-15T12:27:29.6964621Z    Compiling icu_collections v2.2.0
2026-06-15T12:27:29.8193686Z    Compiling pin-project-internal v1.1.13
2026-06-15T12:27:29.8595632Z    Compiling n0-error v0.1.3
2026-06-15T12:27:30.2870544Z    Compiling cobs v0.3.0
2026-06-15T12:27:30.4760123Z    Compiling ipnet v2.12.0
2026-06-15T12:27:30.5060579Z    Compiling futures-executor v0.3.32
2026-06-15T12:27:30.5200293Z    Compiling derive_builder_macro v0.20.2
2026-06-15T12:27:30.7520665Z    Compiling ed25519-dalek v2.2.0
2026-06-15T12:27:30.8303956Z    Compiling futures v0.3.32
2026-06-15T12:27:30.8931722Z    Compiling icu_provider v2.2.0
2026-06-15T12:27:30.8970672Z    Compiling derive_builder v0.20.2
2026-06-15T12:27:31.0240604Z    Compiling spki v0.8.0-rc.4
2026-06-15T12:27:31.1050490Z    Compiling pin-project v1.1.13
2026-06-15T12:27:31.1870672Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T12:27:31.2280704Z    Compiling once_cell v1.21.4
2026-06-15T12:27:31.3152068Z    Compiling icu_normalizer v2.2.0
2026-06-15T12:27:31.3341094Z    Compiling icu_properties v2.2.0
2026-06-15T12:27:31.3429502Z    Compiling prefix-trie v0.8.4
2026-06-15T12:27:31.3704244Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T12:27:31.4178918Z    Compiling spt-proto v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T12:27:31.4970743Z    Compiling tracing-core v0.1.36
2026-06-15T12:27:31.7436398Z    Compiling hashbrown v0.14.5
2026-06-15T12:27:31.8479841Z    Compiling postcard-derive v0.2.2
2026-06-15T12:27:32.1527980Z    Compiling tracing v0.1.44
2026-06-15T12:27:32.1632133Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T12:27:32.2627492Z    Compiling tokio-util v0.7.18
2026-06-15T12:27:32.3697464Z    Compiling netlink-sys v0.8.8
2026-06-15T12:27:32.4024372Z    Compiling postcard v1.1.3
2026-06-15T12:27:32.5181164Z    Compiling tower v0.5.3
2026-06-15T12:27:32.6000418Z    Compiling hashlink v0.9.1
2026-06-15T12:27:32.6120686Z    Compiling data-encoding-macro v0.1.20
2026-06-15T12:27:32.6806581Z    Compiling rustls-native-certs v0.8.4
2026-06-15T12:27:32.7222901Z    Compiling strum_macros v0.28.0
2026-06-15T12:27:32.9281110Z    Compiling idna_adapter v1.2.2
2026-06-15T12:27:32.9349161Z    Compiling num_enum_derive v0.7.6
2026-06-15T12:27:32.9870591Z    Compiling rusqlite v0.32.1
2026-06-15T12:27:33.0000384Z    Compiling enum-assoc v1.3.0
2026-06-15T12:27:33.0081142Z    Compiling async-trait v0.1.89
2026-06-15T12:27:33.0517823Z    Compiling idna v1.1.0
2026-06-15T12:27:33.0999600Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T12:27:33.2133280Z    Compiling netdev v0.42.0
2026-06-15T12:27:33.2640430Z    Compiling netlink-proto v0.12.0
2026-06-15T12:27:33.3282869Z    Compiling derive_more v2.1.1
2026-06-15T12:27:33.3491580Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T12:27:33.5039586Z    Compiling h2 v0.4.14
2026-06-15T12:27:33.5700434Z    Compiling url v2.5.8
2026-06-15T12:27:33.6921495Z    Compiling iroh-metrics v0.38.3
2026-06-15T12:27:33.7280708Z    Compiling n0-watcher v0.6.1
2026-06-15T12:27:33.7421073Z    Compiling tokio-stream v0.1.18
2026-06-15T12:27:33.8600964Z    Compiling iroh-relay v0.98.0
2026-06-15T12:27:34.0441300Z    Compiling moka v0.12.15
2026-06-15T12:27:34.0544824Z    Compiling serde_spanned v0.6.9
2026-06-15T12:27:34.0672646Z    Compiling num_enum v0.7.6
2026-06-15T12:27:34.1760530Z    Compiling toml_datetime v0.6.11
2026-06-15T12:27:34.1851459Z    Compiling ref-cast-impl v1.0.25
2026-06-15T12:27:34.1973320Z    Compiling thiserror-impl v1.0.69
2026-06-15T12:27:34.2967569Z    Compiling spt-store v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T12:27:34.3940648Z    Compiling toml_edit v0.22.27
2026-06-15T12:27:34.4820780Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T12:27:34.5380912Z    Compiling attohttpc v0.30.1
2026-06-15T12:27:34.7638410Z    Compiling iroh-base v0.98.0
2026-06-15T12:27:34.9640689Z    Compiling tower-http v0.6.11
2026-06-15T12:27:35.0720638Z    Compiling webpki-roots v1.0.7
2026-06-15T12:27:35.1417201Z    Compiling regex-automata v0.4.14
2026-06-15T12:27:35.1938303Z    Compiling schemars_derive v1.2.1
2026-06-15T12:27:35.3640608Z    Compiling hmac v0.12.1
2026-06-15T12:27:35.5040632Z    Compiling seize v0.5.1
2026-06-15T12:27:35.6090714Z    Compiling iroh v0.98.2
2026-06-15T12:27:35.6220547Z    Compiling pin-utils v0.1.0
2026-06-15T12:27:35.6800020Z    Compiling strum v0.28.0
2026-06-15T12:27:35.6936813Z    Compiling cmov v0.5.4
2026-06-15T12:27:35.8156643Z    Compiling iroh-dns v0.98.0
2026-06-15T12:27:35.8391098Z    Compiling utf8parse v0.2.2
2026-06-15T12:27:35.8550745Z    Compiling bitflags v1.3.2
2026-06-15T12:27:35.8860878Z    Compiling rustix v0.38.44
2026-06-15T12:27:35.9182757Z    Compiling dyn-clone v1.0.20
2026-06-15T12:27:35.9298662Z    Compiling ctutils v0.4.2
2026-06-15T12:27:35.9476638Z    Compiling anstyle-parse v1.0.0
2026-06-15T12:27:36.0330709Z    Compiling nix v0.25.1
2026-06-15T12:27:36.0440710Z    Compiling filedescriptor v0.8.3
2026-06-15T12:27:36.1920837Z    Compiling papaya v0.2.4
2026-06-15T12:27:36.2290482Z    Compiling hkdf v0.12.4
2026-06-15T12:27:36.2783366Z    Compiling backon v1.6.0
2026-06-15T12:27:36.3150443Z    Compiling darling_macro v0.23.0
2026-06-15T12:27:36.3623855Z    Compiling serial v0.4.0
2026-06-15T12:27:36.3739862Z    Compiling linux-raw-sys v0.4.15
2026-06-15T12:27:36.3812067Z    Compiling downcast-rs v1.2.1
2026-06-15T12:27:36.4320651Z    Compiling anstyle-query v1.1.5
2026-06-15T12:27:36.4550618Z    Compiling shell-words v1.1.1
2026-06-15T12:27:36.5420583Z    Compiling foldhash v0.1.5
2026-06-15T12:27:36.5422277Z    Compiling instability v0.3.12
2026-06-15T12:27:36.6410584Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T12:27:36.6428354Z    Compiling colorchoice v1.0.5
2026-06-15T12:27:36.6990615Z    Compiling anstyle v1.0.14
2026-06-15T12:27:36.7234722Z    Compiling hashbrown v0.15.5
2026-06-15T12:27:36.7357726Z    Compiling darling v0.23.0
2026-06-15T12:27:36.7415986Z    Compiling signal-hook-mio v0.2.5
2026-06-15T12:27:36.7500869Z    Compiling spake2 v0.4.0
2026-06-15T12:27:36.7540745Z    Compiling terminal_size v0.4.4
2026-06-15T12:27:36.8141432Z    Compiling strum_macros v0.26.4
2026-06-15T12:27:36.8540692Z    Compiling sha1 v0.10.6
2026-06-15T12:27:36.9011422Z    Compiling itertools v0.13.0
2026-06-15T12:27:36.9680579Z    Compiling anstream v1.0.0
2026-06-15T12:27:37.0720483Z    Compiling toml v0.8.23
2026-06-15T12:27:37.1280577Z    Compiling castaway v0.2.4
2026-06-15T12:27:37.2182539Z    Compiling spt-msg v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T12:27:37.2380976Z    Compiling schemars v1.2.1
2026-06-15T12:27:37.5098186Z    Compiling doctest-file v1.1.1
2026-06-15T12:27:37.5424076Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T12:27:37.9860744Z    Compiling unicode-width v0.1.14
2026-06-15T12:27:38.0242121Z    Compiling clap_lex v1.1.0
2026-06-15T12:27:38.1607581Z    Compiling static_assertions v1.1.0
2026-06-15T12:27:38.2060897Z    Compiling indoc v2.0.7
2026-06-15T12:27:38.2201583Z    Compiling clap_builder v4.6.0
2026-06-15T12:27:38.2480855Z    Compiling compact_str v0.8.2
2026-06-15T12:27:38.3271050Z    Compiling regex v1.12.3
2026-06-15T12:27:38.9779387Z    Compiling spt-runtime v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T12:27:38.9820878Z    Compiling unicode-truncate v1.1.0
2026-06-15T12:27:39.1449880Z    Compiling interprocess v2.4.2
2026-06-15T12:27:39.1883788Z    Compiling crossterm v0.28.1
2026-06-15T12:27:39.2548133Z    Compiling lru v0.12.5
2026-06-15T12:27:39.2914440Z    Compiling clap_derive v4.6.1
2026-06-15T12:27:39.3264392Z    Compiling strum v0.26.3
2026-06-15T12:27:39.4261421Z    Compiling hyper v1.10.1
2026-06-15T12:27:39.4330472Z    Compiling iana-time-zone v0.1.65
2026-06-15T12:27:39.8051101Z    Compiling unicode-width v0.2.0
2026-06-15T12:27:39.9730561Z    Compiling cassowary v0.3.0
2026-06-15T12:27:40.0900880Z    Compiling portable-pty v0.8.1
2026-06-15T12:27:40.1040928Z    Compiling chrono v0.4.45
2026-06-15T12:27:40.1581194Z    Compiling nucleo-matcher v0.3.1
2026-06-15T12:27:40.3954925Z    Compiling ratatui v0.29.0
2026-06-15T12:27:40.8088885Z    Compiling spt-term v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T12:27:40.9531409Z    Compiling qrcode v0.14.1
2026-06-15T12:27:41.3470258Z    Compiling tempfile v3.27.0
2026-06-15T12:27:41.4439070Z    Compiling hyper-util v0.1.20
2026-06-15T12:27:41.7130922Z    Compiling spt-live v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T12:27:41.8820994Z    Compiling clap v4.6.1
2026-06-15T12:27:43.5179299Z    Compiling igd-next v0.17.1
2026-06-15T12:27:44.5943864Z    Compiling portmapper v0.16.0
2026-06-15T12:27:48.9230741Z    Compiling rustls-webpki v0.103.13
2026-06-15T12:27:51.2596708Z    Compiling tokio-rustls v0.26.4
2026-06-15T12:27:51.2597147Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T12:27:51.2597486Z    Compiling noq-proto v0.17.0
2026-06-15T12:27:51.4079920Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T12:27:51.4082078Z    Compiling hyper-rustls v0.27.9
2026-06-15T12:27:51.4082435Z    Compiling tokio-websockets v0.13.2
2026-06-15T12:27:51.5374731Z    Compiling reqwest v0.13.4
2026-06-15T12:27:52.4300410Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T12:28:05.9486383Z    Compiling spt-net v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T12:28:07.3171025Z    Compiling spt-daemon v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T12:28:13.7779765Z    Compiling spt v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T12:28:17.1856415Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-15T12:28:17.2075069Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-da43da27e5630773)
2026-06-15T12:28:17.2087908Z 
2026-06-15T12:28:17.2088199Z running 1 test
2026-06-15T12:28:23.3910290Z test new_brain_serves_against_old_broker ... ok
2026-06-15T12:28:23.3911074Z 
2026-06-15T12:28:23.3911331Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-15T12:28:23.3911694Z 
